body {
  background-color: rgb(34, 34, 34);
}

h1 {
  color: rgb(255, 255, 255);
  font-family: "Source Code Pro";
  text-align: center;
  font-size: 64px;
  animation: 3s ease-in;
}

h2 {
  color: rgb(255, 255, 255);
  font-family: "Source Code Pro";
  text-align: center;
  font-size: 28px;
  padding-top: 120px;
  animation: 3s ease-in;
}

.introText {
  color: rgb(224, 224, 224);
  text-align: center;
  font-size: 24px;
  font-family: "Archivo Black";
  font-style: italic;
  animation: 3s ease-in 2s;
}

.introSubText {
  color: rgb(224, 224, 224);
  text-align: center;
  font-size: 18px;
  font-family: "Archivo Black";
  font-style: italic;
  
}

.project1Text {
  text-align: center;
  padding-top: 40px;
  font-family: "Source Code Pro", monospace;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: larger;
  color:white;
}



.source-code-pro-00001 {
  font-family: "Source Code Pro", monospace;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.archivo-black-regular {
  font-family: "Archivo Black", sans-serif;
  font-weight: 400;
  font-style: normal;
}
